home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / epstein2.zip / ACM.BAT next >
DOS Batch File  |  1993-03-05  |  1KB  |  37 lines

  1. @ECHO OFF
  2. ECHO Epstein Automatic CommandMaker Creation Utility 1.0
  3. ECHO  
  4. IF EXIST ACMTEMP.ECM goto error
  5. IF %1' == ' goto noway
  6. ECHO PAUSE=Y>ACMTEMP.ECM
  7. ECHO TITLE=Epstein Automatic CommandMaker: %1>>ACMTEMP.ECM
  8. ECHO 1=Enter the first parameter to run.>>ACMTEMP.ECM
  9. ECHO 2=Enter the second parameterto run.>>ACMTEMP.ECM
  10. ECHO 3=Enter the third parameter to run.>>ACMTEMP.ECM
  11. ECHO 4=Enter the fourth parameterto run.>>ACMTEMP.ECM
  12. ECHO 5=Enter the fifth parameter to run.>>ACMTEMP.ECM
  13. ECHO 6=Enter the sixth parameter to run.>>ACMTEMP.ECM
  14. ECHO 7=Enter the seventh         parameter to run.>>ACMTEMP.ECM
  15. ECHO 8=Enter the eigth parameter to run.>>ACMTEMP.ECM
  16. ECHO 9=Enter the ninth parameter to run.>>ACMTEMP.ECM
  17. ECHO 10=Enter the tenth parameter to run.>>ACMTEMP.ECM
  18. ECHO 11=Enter the elleventh       parameter to run.>>ACMTEMP.ECM
  19. ECHO 12=Enter the twelth parameterto run.>>ACMTEMP.ECM
  20. ECHO 13=Enter the thirteenth      parameter to run.>>ACMTEMP.ECM
  21. ECHO 14=Enter the fourteenth      parameter to run.>>ACMTEMP.ECM
  22. ECHO 15=Enter the fifteenth       parameter to run.>>ACMTEMP.ECM
  23. ECHO EXEC=%1 %2 %3 %4 %5 %6 %7 %8 %9>>ACMTEMP.ECM
  24. CM ACMTEMP.ECM
  25. DEL ACMTEMP.ECM
  26. CLS
  27. ECHO Epstein Automatic CommandMaker completed.
  28. ECHO
  29. goto end
  30. :noway
  31. ECHO Format: ACM commandline
  32. goto end
  33. :error
  34. ECHO ACMTEMP.ECM already exists.  Please remove it before continuing.
  35. goto end
  36. :end
  37. ECHO